home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 20 / CU Amiga Magazine's Super CD-ROM 20 (1998)(EMAP Images)(GB)[!][issue 1998-03].iso / CDsupport / Play16 / Play16.doc < prev    next >
Text File  |  1997-09-12  |  27KB  |  632 lines

  1.  
  2. ---------------------------------------------------------------------------
  3. -- Play16 version 1.8 (11.09.97) - a versatile soundplayer for the Amiga --
  4. ---------------------------------------------------------------------------
  5.  
  6. Readme.1st
  7. ----------
  8. Sorry folks, that's all I had time for. Comments still welcome :)
  9.  
  10. Features in brief
  11. -----------------
  12.  - FREEWARE!  No beta, no nag requesters and no expiry date!
  13.  - online help
  14.  - autodetects and plays several soundfiles, up to 16 bit / 56 kHz / stereo
  15.  - full Workbench support (but not Intuition and no GUI)
  16.  - always correct playback speed, even for sounds >28 kHz
  17.  - realtime playback from harddisk, optimized assembler routines
  18.  - optional 14 bit output (less noise but not as good as true 16 bit)
  19.  - Supports AHI and soundcards
  20.  - automatic or manual audio filter control
  21.  - plays mono sounds on *both* channels, not only on the left one
  22.  - plays (and loops) files that are larger than memory
  23.  - preloading for exactly timed start of playback
  24.  - fast µ-Law/A-Law decompression
  25.  - system friendly audio channel allocation
  26.  - optionally dump the output into a file (can be used to convert sounds)
  27.  - supported Filetypes are:
  28.  
  29.    * Microsoft RIFF-WAVE  (.WAV)  mono/stereo, 8/16 bit, linear/uLaw/ALaw/ADPCM
  30.    * Creative Voice File  (.VOC)  mono/stereo, 8/16 bit, linear
  31.    * Sun/NeXT Audio       (.AU)   mono/stereo, 8/16 bit, linear/uLaw
  32.    * MacroSystem Audio    (.MAUD) mono/stereo, 8/16 bit, linear/uLaw
  33.    * Apple/SGI/Amiga AIFF (.AIFF) mono/stereo, 8/16 bit, linear
  34.    * Amiga IFF-8SVX       (.IFF)  mono/stereo, 8    bit, linear/FibDelta/ExpDelta
  35.    * Any raw sound data as long as it matches one of the following:
  36.      -  8 bit signed
  37.      -  8 bit unsigned
  38.      - 16 bit signed, Intel format    (LSB first)
  39.      - 16 bit signed, Motorola format (MSB first)
  40.      - 14 bit µ-Law
  41.      - 14 bit A-Law
  42.  
  43.     - supported output devices are:
  44.  
  45.    * Native Amiga chipset (Paula)  8 bit
  46.    * Native Amiga chipset (Paula) 14 bit
  47.    * Native Amiga chipset (Paula) 14 bit calibrated (Christian Buchner)
  48.    * MacroSystem Maestro Pro      16 bit 44.1kHz and 48kHz only
  49.    * IFF-8SVX file dump            8 bit
  50.    * AHI audio system             16 bit
  51.    * Prelude                      16 bit
  52.  
  53. ========================== Section 1: Quick start =========================
  54.  
  55. What do I need to use Play16?
  56. -----------------------------
  57. Any Amiga running Kickstart/Workbench 2.04 or greater.
  58.  
  59. asyncio.library
  60.  
  61. To use the calibrated 14 bit output you need a valid CyberSound preferences
  62. file in your ENVARC: directory. If you don't have one already it can be
  63. generated with Christian's calibration package included in this distribution.
  64.  
  65. Maestix.library V39 or higher is required to use the MPro board for output.
  66.  
  67. AHI audio system V2 or higher is required to use AHI output.
  68.  
  69. Where do I find the latest version?
  70. -----------------------------------
  71.  - FIDONET: Amiga Venture BBS, Germany (2:2432/350)
  72.  - AMINET:  mus/play
  73.  - WWW:     http://linux.rz.fh-hannover.de/~wenzel/Play16/
  74.  
  75. further I recommend to have a look at the following packages:
  76.  
  77. Prelude:
  78.  - WWW:     http://linux.rz.fh-hannover.de/~wenzel/Prelude.html
  79.  
  80. CyberSound:
  81.  - AMINET:  disk/cdrom/14Bit_CDPlayer.lha
  82.  
  83. Maestix:
  84.  - AMINET:  util/libs/Maestix39_00.lha
  85.  
  86. AHI audio system:
  87.  - WWW:     http://www.lysator.liu.se/~lcs/ahi.html
  88.  
  89.  
  90. How do I use it?
  91. ----------------
  92. From CLI:       Simply type "Play16 <filename>" and that's it!
  93. From Workbench: Just doubleclick on it's icon. A filerequester will pop up.
  94.  
  95. All possible options will be explained later. If you set none of them, the
  96. defaults will be used.
  97.  
  98.  
  99.  
  100.  
  101. ==================== Section 2: Background information ====================
  102.  
  103. What does it do?
  104. ----------------
  105. Basically, Play16 is capable of playing uncompressed and _some_ compressed
  106. soundfiles through Amiga's standard audio device or an increasing number of
  107. alternative devices. If the actual resolution or playback rate exceeds that
  108. of the Amiga hardware, realtime conversion is done so that the sound is
  109. being played back correctly.
  110.  
  111. You can even play 16 bit / 44.1 kHz sounds on the old amiga chipset (Paula),
  112. providing all parts of your system can keep up with the high data transfer
  113. rate and lots of calculations needed for this task. (In this case an
  114. accelerated Amiga is recommended :-)
  115.  
  116. The two audio channels at each side can be linked to perform as a single
  117. 14 bit channel (subranging). Again, this swallows lots of computing power.
  118.  
  119. Anyway, an Amiga 3000-16MHz is fast enough to play an uncompressed soundfile
  120. with full 44.1kHz/14bit output (productivity) directly from harddisk !!!
  121.  
  122. I don't want Play16 to be a program that plays each and every exotic format
  123. that exists somewhere. However, I intend to support as many popular file
  124. types as possible.
  125.  
  126.  
  127. Why Play16?
  128. -----------
  129. I didn't find any CLI based program to play back 16 bit recordings, on a
  130. standard Amiga, so I decided to write one myself.
  131.  
  132.  
  133. Why CLI based and no GUI?
  134. -------------------------
  135. There are so many GUI based directory utilities, simply use Play16 as an
  136. external player. Consult the manual of your software package on how to
  137. do it. Application example: Assign "Play16 <filename> PRELOAD" to a button
  138. called "Jingle". Select the desired soundfile and press the Jingle-button.
  139. Wait for the appropriate moment and hit the return key - here comes the
  140. sound! Nice when audio dubbing your home videos or even on parties :-)
  141.  
  142.  
  143. How does it work? (technical info)
  144. ----------------------------------
  145. The standard Amiga audio device is limited to 8 bit / 28 kHz playbck
  146. when using DMA. With the introduction of ECS the 28 kHz DMA barrier
  147. was broken - but only if the current displaymode was one with double
  148. scan rate like productivity. The reason for this is the dependency
  149. between video and audio DMA. If you don't have ECS or if you simply
  150. don't want to switch to Productivity just to listen to your desired
  151. sound, Play16 can halve the sample rate during playback.
  152.  
  153. Another way to archieve high output rates is using IRQ. This works no
  154. matter what the displaymode is. I've been experimenting on that long
  155. before I started writing Play16 but there was so much jitter that my
  156. current downsampling method sounds much better.
  157.  
  158. To play back even long sounds, the popular method of double buffering
  159. is used. Alternatively, all data can be loaded into memory before
  160. playback. This is useful when playing short sounds or when loading
  161. the sound from floppy disk or slow network transfers.
  162.  
  163. The 14 bit output is archieved by setting the first channel on each
  164. side to volume 64 and the second to volume 1. The louder channel then
  165. plays the upper 8 bits as usual while the other channel plays the
  166. 6 most significant bits of the low byte synchronously. Because timing
  167. is very crucial in this case it is nessecary to write directly to
  168. hardware registers instead of using the audio.device. This method may
  169. not work on future amiga models if there ever will be any... :-/
  170.  
  171. Unfortunately, Amiga's DACs are not perfectly linear. A significant
  172. increase in sound quality can be archieved by calibrating each
  173. MSB conversion step individually for your machine. Christian Buchner's
  174. CyberSound system supports this kind of calibration. Play16 can load
  175. the preferences file generated by Christian's calibration program.
  176.  
  177. The MPro output uses the maestix.library by Richard Körber. Have a look
  178. at the Maestix package available on AMINET for further details.
  179.  
  180. =========================== Section 3: Options ============================
  181.  
  182. What options are provided?
  183. --------------------------
  184. There are three ways to specify the options, which are:
  185.  
  186.  CLI:       In the commandline, using standard AmigaOS 2.x template
  187.  Workbench: In the icon, using standard Amiga Workbench tooltype entries
  188.  General:   By setting environment variables. This is not possible for
  189.             all options yet.
  190.  
  191. If you are not familiar with the AmigaOS 2.x commandline template, see
  192. the examples below and consult the AmigaOS manual for furhter information.
  193. The tooltype entries are identical to the keywords you can specify in the
  194. commandline. Also, the environment variables have the same names and reside
  195. in ENV:Play16. 
  196.  
  197. Basic options: (All options marked with (*) have corresponding env-vars.)
  198.  
  199. HELP/S      Display online-help
  200.  
  201. VERBOSITY/N Sets the level of verbosity.
  202.             0: Just display the banner and error messages
  203.             1: Print additional information about the sound file
  204.             2: Information about progress and memory usuage
  205.             3: Debugging information (may look a bit weird :)
  206.             Default is level 0.
  207.  
  208. FAST/S(*)   Do NOT automatically switch to half sample rate if the
  209.             soundfile's rate exceeds 28 kHz. Use this option when
  210.             running your Amiga in Productivity or similar display
  211.             modes.
  212.  
  213. HIFI/S      Obsolete since V1.4 but still included for compatibility
  214.             reasons. See "OUTPUT/K".
  215.  
  216. VOLUME/N    Set the playback volume.
  217.             This works only for Paula8, Paula14, Paula14c and AHI output.
  218.             NEW: Volume is specified in percent now!
  219.             Possible ranges are:
  220.              Paula8:   0% - 100%
  221.              Paula14:  0% - 400% (boost)
  222.              Paula14c: 0% - 400% (boost)
  223.              AHI:      0% - 100%
  224.  
  225.            ATTENTION! If you try to boost a sound that is already full
  226.            scale this will result in excessive clipping.
  227.  
  228. OUTPUT/K(*) Set Play16's output device. Possible options are:
  229.  
  230.  Paula8      Standard 8 bit output through Amiga hardware. This option
  231.              is the default.
  232.  
  233.  Paula14     Turn on the 14 bit output. Watch out! This is a nasty routine
  234.              that writes directly to some hardware registers. I've done
  235.              everything I can to prevent Play16 from interfering with
  236.              other running tasks in this case but you'll never know...
  237.              Use it with care!
  238.  
  239.  Paula14c    Same as Paula14 but using the calibration preferences for
  240.              even better sound quality. See Section 2 for details.
  241.  
  242.  MPro        Use MacroSystem's Maestro Pro board for output. 44.1kHz and
  243.              48kHz sounds only. For 44.1kHz output a valid and stable
  244.              signal has to be present on the standard input. See the
  245.              manuals of Maestix and the MPro board for further info.
  246.  
  247.  AHI         Use Martin 'Levicitus' Blom's AHI audio system for output.
  248.  
  249.  Prelude     Directly use the Prelude soundcard for output.
  250.  
  251.  8SVX        Do not play the sound but create an IFF-8SVX file containing
  252.              the data. Basically this is the output generated by <Paula8>
  253.              redirected into a file. The filename will be the input file's
  254.              name with "iff" appended.
  255.  
  256.              WARNING: All limitations of <Paula8> apply here as well,
  257.              which are:
  258.              - Every 16 bit sound will be cropped to 8 bits resulting in
  259.                loss of quality.
  260.              - If you DO NOT set the FAST keyword, the sample rate of the
  261.                output file will be limited to 28kHz and downsampled
  262.                automaticlly if nessecary.
  263.              I recommend to keep the original file if you have enough
  264.              space. If you don't you may be disappointed of your converted
  265.              8 bit sounds when you buy a better sound system!
  266.  
  267. FILTER/K(*) FILTER=ON  : Enable audio filter for playback
  268.             FILTER=OFF : Disable audio filter for playback
  269.             FILTER=AUTO: Turn filter on or off depending on sample rate
  270.             If you don't specify this keyword Play16 will leave the
  271.             hardware registers of the audiofilter completely untouched.
  272.  
  273. LOOPS/N     Determines the number of loops to be played.
  274.             Default is 1 loop. (Play the sound once.)
  275.             LOOPS=0 means infinite number of loops.
  276.  
  277.  
  278. Advanced Options:
  279.  
  280. WINDOW/K(*)   Specify output window for Workbench startup. This Keyword can
  281.               only be used in the ToolType entries of the Play16 icon itself.
  282.               If you don't set this, the hardcoded default will be used.
  283.  
  284. SCREENMODE/N  Type of screen to open during playback. If you set
  285. (*)           SCREENMODE=0, a standard productivity screen will
  286.               be opened.
  287.  
  288. PATH/K        Set the default path for the filerequester. In the command
  289.               line, specifying just a path instead of a filename has the
  290.               same effect.
  291.  
  292. SINGLE/S      Use only one buffer rather then two and load all data into
  293.               memory before playback.
  294.  
  295. PRIORITY/N    Set Play16's task priority. May vary from -25 to 25, default
  296.               is 1.
  297.  
  298. MULTIPLE/S    Open the filerequester again, after all files have been
  299.               played.
  300.  
  301. BUFFER/N      AsyncIO Buffersize in KBytes. Default is 64.
  302.  
  303. PRELOAD/S     Load enough data into memory for immediate start of playback
  304.               at a keypress
  305.  
  306. MODE/N        Don't pop up and AHI mode requester but use the given mode
  307.               instead. If the lower word of the ModeID is zero BestAudioID
  308.               will be used to find a suitable mode.
  309.               You can use GAIP16 (included) to find out the ModeID you
  310.               want. Take the first decimal number for hardware selection
  311.               only (BestAudioID is used) or the second decimal number to
  312.               force a specific mode.
  313.  
  314. RAW/S         Disable autodetect and tell Play16 what the actual format of
  315.               the sound data is.
  316.               However, if Play16 can't detect the filetype it will switch
  317.               to RAW mode automatically. If you don't want this to happen
  318.               you can specify STRICT:
  319.  
  320. STRICT/S      Play only files that are supported by the autodetect routine
  321.               Use this if you don't want to get scared by the sudden noisy
  322.               output when trying to play back other data than sound :-)
  323.  
  324. OUTPATH/K     Use this path for writing converted 8SVX files instead
  325.               of the same directory
  326.  
  327. Examples:
  328.  
  329. a) Play16 music.wav
  330.     Simply play the file called music.wav once and directly from harddisk.
  331.  
  332. b) Play16 music.wav SINGLE
  333.     Same as above but load all data into memory before playback. Use this
  334.     when loading soundfiles from floppy disk.
  335.  
  336. c) Play16 music.wav SINGLE VERBOSITY=1
  337.     Same as b, but with additional information being printed out.
  338.  
  339. d) Play16 rhythm.wav LOOPS=10
  340.         Play the rhythm as a continuous loop, i.e. over and over again (10 times)
  341.  
  342. e) Play16 explosion.wav SINGLE PRELOAD
  343.     Load the complete explosion sound into memory, then wait for you to hit
  344.     <return> before playback.
  345.  
  346. f) Play16 MyFavouriteTune.wav FAST OUTPUT=8SVX
  347.     Convert the given file to IFF-8SVX without changing the sample rate.
  348.  
  349. g) Play16 MyFavouriteTune.wav OUTPUT=8SVX
  350.     Same as f but limit the sample rate of the converted file to 28kHz!
  351.  
  352. h) Play16 DemoSound RAW ALAW FREQ=8000
  353.     Play a raw ISDN A-Law file generated by WilhelmTEL
  354.  
  355. The following options tell Play16 what parameters to use when in RAW mode.
  356. This happens either if you set the RAW keyword or if Play16 could not
  357. identify the file and STRICT was _not_ set.
  358.  
  359.  
  360. Options when in RAW mode:
  361.  
  362. FREQ/N      Sampling frequency in Hz
  363. TRACKS/N    Number of tracks, 1 for mono, 2 for stereo
  364. BITS/N      Resolution in bits, may be 8 or 16
  365. HEADER/N    Length of header: This is the number of bytes to be skipped
  366.                               at the beginning of the file.
  367. UNSIGNED/S  Data is unsigned, not signed (only valid for  8 bit sounds)
  368. INTEL/S     Data is in Intel format      (only valid for 16 bit sounds)
  369. ULAW/S      Data is compressed using the µ-Law compression scheme
  370. ALAW/S      Data is compressed using the A-Law compression scheme
  371.  
  372. The default settings are: 22050 Hz, mono, 8 bits, no header.
  373.  
  374.  
  375.  
  376. How do I use this RAW mode?
  377. ---------------------------
  378. Umm, err, difficult to explain, even harder to understand...
  379. Well, if you know the data format of the soundfile, simply set RAW, FREQ,
  380. TRACKS, BITS, UNSIGNED and INTEL accordingly. If you don't, the only
  381. way to find it out is by trial and error :) Here are some tips to make
  382. it a bit easier:
  383.  
  384. Don't set HEADER to an odd number. (Leave it at 0, first.)
  385. If you set BITS to 16 and hear nothing but noise, try to set INTEL.
  386. If you set BITS to 8 and the sound is distorted, try to set UNSIGNED.
  387. If the above does not help, try different combinations of BITS, INTEL
  388. and UNSIGNED.
  389.  
  390. If you manage to get a recognisable sound output which is either too
  391. fast or too slow, start experimenting on TRACKS and FREQ.
  392.  
  393. If you want to play known files and raw ones without changing the command
  394. line, simply specify all you know about the raw data and leave out the
  395. RAW and the STRICT keyword. If Play16 can indentify the file it will use
  396. its parameters. If the filetype is unknown your specified parameters will
  397. be used instead.
  398.  
  399.  
  400. Legal stuff
  401. -----------
  402. Play16 is copyrighted freeware. It may be distributed freely as long as
  403. no modifications are made to the executable and this document. A nominal
  404. fee may be asked to cover distribution costs.
  405.  
  406. Play16 may not be used for any commercial purposes or included with any
  407. commercial product without the written permission of the author.
  408.  
  409. No responsibilities are taken for damaged speakers, amplifiers, Amigas
  410. or any other components or data involved while using Play16.
  411.  
  412. Although I've done some beta testing I can't guarantee that Play16 will
  413. not crash! If you find any bugs, let me know.
  414.  
  415. It is NOT the fault of MacroSystem NOR does it represent the quality of
  416. their products if the MPro output or the maestix.library should fail.
  417.  
  418.  
  419. Miscellaneous
  420. -------------
  421. I don't claim Play16 to be fast. I've done some optimizing - but because
  422. the loader/converter module is a universial one, more data is actually
  423. being moved around different memory blocks than needed for playback.
  424. However, I've implemented separate optimized routines for 8 bit and
  425. for 14/16 bit.
  426.  
  427. * Please note that English is not my native language :)
  428.  
  429. I can be reached at...
  430.  
  431. Internet: wenzel@unixserv.rz.fh-hannover.de (preferred)
  432.           Thomas_Wenzel@aventure.fido.de
  433. Fido:     2:2432/350.28 or 2:241/1035.6
  434.           Mail routing _is_sometimes_ unreliable in FidoNet :-(
  435.  
  436. If you use this program, please send me a mail. I'd like to know how many
  437. people are interested in it at all.
  438.  
  439.  
  440. History
  441. -------
  442. V0.5ß   - Initial beta test release
  443.  
  444. V0.6ß   - Optimized the code a bit.
  445.  
  446. V0.7ß   - Fixed some severe bugs that caused Play16 to crash when trying
  447.           to load corrupted files.
  448.  
  449. V0.8ß   - Play16 can now be stopped by pressing ctrl-c during playback. The
  450.           buffer that is currently being played will be finished first.
  451.         - Automatic filter control depending on sample rate.
  452.  
  453. V0.9ß   - Added 'loop'-option. Sample can be played several times.
  454.         - All time consuming routines now in hand optimized assembler code.
  455.  
  456. V1.0ß   - Play16 now uses standard OS2.x commandline template.
  457.           Thanks to Kai for persuading me to do this :)
  458.  
  459. V1.0    - Done some minor bugfixes.
  460.  
  461. V1.1    - Oops! Play16 caused some Enforcer hits. Fixed that.
  462.           Thanks to Rod Schnell for reporting it.
  463.         - Added 'single'-option. Sound can be loaded completely into memory
  464.           before playing. No looping possible in this case yet!
  465.         - Playback time in minutes:seconds displayed if verbose >= 1
  466.         - uLaw decompression for WAVE-Files, using a decoding table
  467.           for maximum speed (didn't do much testing on it, hope it works!)
  468.         - MAUD filetype support (why do there have to be so many formats?)
  469.         - AIFF filetype support
  470.         - ctrl-c now stops playback immediately.
  471.           Thanks to Marc for some programming tips about that.
  472.  
  473. V1.2    - IFF-8SVX filetype support (only uncompressed files!)
  474.         - RAW data support: _Any_ data can be played
  475.         - Preload feature added
  476.         - Fixed a bug that caused illegal memory access (hopefully)
  477.           Thanks to Ignatios Souvatzis for reporting it.
  478.         - Improved chunk handling
  479.  
  480. V1.3    - 14 bit output (finally!)
  481.         - Any file Play16 can't recognise is considered raw data unless
  482.           you set the STRICT keyword
  483.         - Fixed a bug in WAV filetype length determination
  484.         - Advanced audiofilter control / original state will be restored
  485.           after playback
  486.         - More information about sound (AUTHOR or ANNO-Chunk) is being
  487.           printed out if VERBOSE>=1. However, Play16 will *not* search
  488.           the whole file for that string. If it doesn't come before the
  489.           sound data -- bad luck :-)
  490.  
  491. V1.3a   - Bugfix in chunk handling routine: Chunks with an odd length
  492.           were treated incorrectly. This bug accompanied all versions
  493.           of Play16, even V1.0. However, I decided to release a fix now
  494.           instead of letting you wait until V1.4 is finished.
  495.  
  496. V1.4    - Wildcard and multiple file support
  497.         - Environment variable support (partial)
  498.         - A filerequester will pop up if no filename is given
  499.         - Workbench support, including icon with tooltype entries
  500.         - Maestro Pro output, using Richard Körber's Maestix package
  501.         - Calibrated 14 bit output, using Christian Buchner's
  502.           CyberSound package
  503.         - IFF-8SVX file dump
  504.         - Creative VOC support (currently only 1st data block)
  505.           (This format crazy :-))
  506.         - Closing the output window now stops playback, too
  507.         - Looping now for single mode as well, LOOPS=0 won't cause
  508.           a severe crash any more
  509.           Thanks to Andy Church for reporting it.
  510.         - Open a screen during playback, e.g. productivity for fast DMA
  511.         - German docs
  512.  
  513. V1.5    - Fixed a bug that caused enforcer hits when running Play16
  514.           from CLI
  515.         - Changed the depth of Play16's productivity screen to 1 bitplane
  516.           to reduce CPU- and DMA-load
  517.         - "Play16 <path>" now opens a filerequester pointing to the
  518.           specified path. The new PATH tooltype does the same.
  519.         - Fixed mono playback of raw tracks.
  520.         - uLaw decompression for MAUD, too
  521.         - Fibonacci Delta decompression for 8SVX, thanks to Ralph Wermke.
  522.  
  523. V1.6    - Improved the V34 performance. (whoops, wrong file! :-)))
  524.         - A one-plane-screen will now be used for CLI mode as well.
  525.         - Task priority is now reset to 0 at exit.
  526.         - Files with additional data after the sound chunk are now being
  527.           played correctly.
  528.         - CTRL-D now skips the current sound and starts playing
  529.           the next one.
  530.         - ASL library will only be opened if a filerequester is really
  531.           needed. Thanks to all who suggested to do this.
  532.         - New option: Volume (only for Paula8 mode)
  533.         - New option: Multiple (only if filerequester pops up)
  534.         - No more chunks of odd length in 8SVX dump
  535.         - MS-ADPCM decompression for WAV files
  536.         - RAW option works now as a Tooltype entry as well
  537.         - Nice MagicWB icon for the Play16 drawer done by Mario Cattaneo
  538.  
  539. V1.7    * New features:
  540.         - Online help
  541.         - A-Law decompression for RIFF-Wave and ISDN-Master RAW
  542.         - Now using AsyncIO.library to read the audio data
  543.         - AHI audio system support (still experimental)
  544.         - Exponential Delta decompression for 8SVX
  545.  
  546.         * Fixed bugs:
  547.         - MULTIPLE does not hang any more
  548.         - Hopefully no more illegal memory access for FibDelta playback
  549.         - No more crashes when ecountering unknown 8SVX compression methods
  550.  
  551. V1.8    * New features:
  552.         - Finally AIFF-C support! Sorry for the delay.
  553.         - AHI seems to be stable. Currently lowlevel support only.
  554.         - Volume is specified in percent now. Up to 400% boost is
  555.           available in Paula14 and Paula14c modes.
  556.         - Quickly put in the 4 lines of code needed for Native Prelude support
  557.         - Corresponding environment variable for FAST/S
  558.           (do »SetEnv FAST 1« to enable it)
  559.         - A different output path for converted 8SVX files can be specified
  560.         - Different versions using asyncio.library or standard AmigaDOS
  561.  
  562.         * Fixed bugs:
  563.         - Finally fixed break bug when using multiple. (I hope.) *growl*
  564.         - Some MAUD files weren't played til the end. Changed the method
  565.           how the length is computed. MAUD is obsolete anyway.
  566.         - VOLUME now works for AHI playback, too
  567.         - Task priority is changed _only_ if specified and not zero
  568.         - Files written with OUTPUT=8SVX will be closed now
  569.         - Removed unnessecary byte padding when writing 8SVX files
  570.         - Yikes! Pattern matching was used even for Workbench icons
  571.           all the time. Fixed.
  572.  
  573. Future plans
  574. ------------
  575. - Supporting loops stored within 8SVX files
  576.  
  577. Unfortunately I currently don't have the time to add the following:
  578. ------------------------------------------------------------------
  579. - Better Creative-VOC support
  580. - Simple Center and Surround decoder
  581. - ADPCM decompression for other filetypes as well (e.g. ZyXEL)
  582. - some of the file types saved by Macintosh software (e.g. Sound-Designer)
  583.   (Please let me know if you really need this. I think AIFF should be
  584.   sufficient.)
  585. - Cyclic Buffer for playback instead of Double Buffering
  586.  
  587.  
  588. I won't add any more proprietary file types! If you bribe me with lotsa
  589. money I'll think about it. ;-)
  590.  
  591.  
  592.  
  593. Known bugs
  594. ----------
  595. Looping of Fibonacci Delta sounds may be distorted.
  596.  
  597. Large VOC sounds can't be played completely. No-one uses VOC anyway...
  598.  
  599. If there's not enough free CPU time, Play16 sometimes repeats parts of the
  600. sound and may stop playback prematurely. Maybe asyncio will reduce this
  601. problem a bit.
  602.  
  603. On some systems Paula14 and Paula14c produce garbage (wrong buffer order)
  604. at the beginning of playback. So far I haven't been able to solve this
  605. problem :-(
  606.  
  607. Credits
  608. -------
  609. Thanks go to the following persons:
  610.  
  611. Kai Stuke          for many vital hints on C programming and the Amiga
  612.                    audio device and for beta testing this program.
  613.  
  614. Marc Albrecht      for doing some beta testing as well, giving valuable
  615.                    hints on optimizing the code and translating this document
  616.                    into German.
  617.  
  618. Clete Baker        for supplying the AIFF- and SDII specs.
  619.  
  620. Richard Körber     for writing the Maestix Library and making it freeware.
  621.  
  622. Christian Buchner  for his research and ideas on how to improve the
  623.                    14bit output by calibrating the DACs individually.
  624.  
  625. Mario Cattaneo     for the nice Play16 drawer icon
  626.  
  627. Christian A. Weber for his good ISDN A-Law decoder source
  628.  
  629. Martin Blom        for his neat AHI audio system
  630.  
  631. And to all the people who wrote me!
  632.